fmt.fmtFlags.space (field)
9 uses
fmt (current package)
format.go#L29: space bool
format.go#L231: if negative || f.plus || f.space {
format.go#L313: } else if f.space {
format.go#L385: if f.space {
format.go#L414: if f.space && i > 0 {
format.go#L508: if f.space && num[0] == '+' && !f.plus {
format.go#L517: if num[1] == 'N' && !f.space && !f.plus {
print.go#L197: return p.fmt.space
print.go#L1057: p.fmt.space = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)